<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after/>
        <action>Fortissimo</action>
        <scheme>   ;;; ff
(Dynamics::Put "Fortissimo" "\\ff" "120")
</scheme>
        <label>Fortissimo</label>
        <tooltip>Places a ff sign on the chord at the cursor</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
